@charset "utf-8";
/*总体全局定义*/
html{color:black;font-family:宋体 Arial;background:#f7f7f7;}
body, div, ul, li { margin:0;padding:0;}
p{margin:0px;padding:0px;}
img { border: 0;}
li { list-style: none;}
body {font-size: 12px; color:black;}
a { color:black; text-decoration: none;}
a:hover { text-decoration:underline;}
.display_none{display:none;}
/*清除浮动*/
.clearfix {zoom:1;overflow:hidden;}
.h0 {height:0px;}
.clearfix:after {content: ".";display:block;height: 0;clear:both;visibility: hidden;}
.blank{height:10px;clear:both;overflow:hidden;}
.blank_5px{height:5px;clear:both;overflow:hidden;}
.red{border:1px solid red;}
.h_bg{ background:#f2f2f2;}

/*分页*/
.PageList{height:25px;text-align:center;font-size:12px;line-height:25px;width:100%;color:#333333;}
.PageList a{border:1px solid silver;width:25px;height:25px;margin-left:3px;margin-right:3px;color:silver;display:inline-block;}
.PageList a:hover{ background:white; text-decoration:none;border:1px solid black;color:black;}